@aws-sdk/client-database-migration-service 3.31.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/DatabaseMigrationService.js +845 -0
- package/dist-cjs/DatabaseMigrationService.js.map +1 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js +53 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js.map +1 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +66 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +61 -0
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +64 -0
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEndpointCommand.js +68 -0
- package/dist-cjs/commands/CreateEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +76 -0
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js +66 -0
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +63 -0
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReplicationTaskCommand.js +61 -0
- package/dist-cjs/commands/CreateReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCertificateCommand.js +61 -0
- package/dist-cjs/commands/DeleteCertificateCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +61 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +66 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +66 -0
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +61 -0
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +64 -0
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js +61 -0
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +67 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +75 -0
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCertificatesCommand.js +61 -0
- package/dist-cjs/commands/DescribeCertificatesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js +62 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +62 -0
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js +61 -0
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointsCommand.js +61 -0
- package/dist-cjs/commands/DescribeEndpointsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +65 -0
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +66 -0
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEventsCommand.js +65 -0
- package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +62 -0
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +61 -0
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +61 -0
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +61 -0
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +62 -0
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +61 -0
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +67 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +69 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +63 -0
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js +62 -0
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeSchemasCommand.js +63 -0
- package/dist-cjs/commands/DescribeSchemasCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js +65 -0
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js.map +1 -0
- package/dist-cjs/commands/ImportCertificateCommand.js +61 -0
- package/dist-cjs/commands/ImportCertificateCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyEndpointCommand.js +68 -0
- package/dist-cjs/commands/ModifyEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +65 -0
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +61 -0
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js +64 -0
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/MoveReplicationTaskCommand.js +64 -0
- package/dist-cjs/commands/MoveReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js +62 -0
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/RefreshSchemasCommand.js +63 -0
- package/dist-cjs/commands/RefreshSchemasCommand.js.map +1 -0
- package/dist-cjs/commands/ReloadTablesCommand.js +63 -0
- package/dist-cjs/commands/ReloadTablesCommand.js.map +1 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +66 -0
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +1 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +62 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +67 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-cjs/commands/StartReplicationTaskCommand.js +64 -0
- package/dist-cjs/commands/StartReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/StopReplicationTaskCommand.js +61 -0
- package/dist-cjs/commands/StopReplicationTaskCommand.js.map +1 -0
- package/dist-cjs/commands/TestConnectionCommand.js +61 -0
- package/dist-cjs/commands/TestConnectionCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +63 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +90 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeConnectionsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeConnectionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEndpointsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEndpointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeEventsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeSchemasPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeSchemasPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +7217 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-cjs/waiters/waitForEndpointDeleted.js +70 -0
- package/dist-cjs/waiters/waitForEndpointDeleted.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +114 -0
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +55 -0
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +115 -0
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskReady.js +174 -0
- package/dist-cjs/waiters/waitForReplicationTaskReady.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js +174 -0
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js.map +1 -0
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js +159 -0
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js.map +1 -0
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +69 -0
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js.map +1 -0
- package/dist-es/DatabaseMigrationService.js +836 -0
- package/dist-es/DatabaseMigrationService.js.map +1 -0
- package/dist-es/DatabaseMigrationServiceClient.js +38 -0
- package/dist-es/DatabaseMigrationServiceClient.js.map +1 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +40 -0
- package/dist-es/commands/AddTagsToResourceCommand.js.map +1 -0
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +40 -0
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +40 -0
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-es/commands/CreateEndpointCommand.js +40 -0
- package/dist-es/commands/CreateEndpointCommand.js.map +1 -0
- package/dist-es/commands/CreateEventSubscriptionCommand.js +40 -0
- package/dist-es/commands/CreateEventSubscriptionCommand.js.map +1 -0
- package/dist-es/commands/CreateReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/CreateReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +40 -0
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateReplicationTaskCommand.js +40 -0
- package/dist-es/commands/CreateReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/DeleteCertificateCommand.js +40 -0
- package/dist-es/commands/DeleteCertificateCommand.js.map +1 -0
- package/dist-es/commands/DeleteConnectionCommand.js +40 -0
- package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteEndpointCommand.js +40 -0
- package/dist-es/commands/DeleteEndpointCommand.js.map +1 -0
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +40 -0
- package/dist-es/commands/DeleteEventSubscriptionCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-es/commands/DeleteReplicationTaskCommand.js +40 -0
- package/dist-es/commands/DeleteReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +40 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js.map +1 -0
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +40 -0
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
- package/dist-es/commands/DescribeCertificatesCommand.js +40 -0
- package/dist-es/commands/DescribeCertificatesCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointSettingsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointTypesCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointTypesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointsCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventCategoriesCommand.js +40 -0
- package/dist-es/commands/DescribeEventCategoriesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +40 -0
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventsCommand.js +40 -0
- package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +40 -0
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +40 -0
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +40 -0
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationInstancesCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReplicationTasksCommand.js +40 -0
- package/dist-es/commands/DescribeReplicationTasksCommand.js.map +1 -0
- package/dist-es/commands/DescribeSchemasCommand.js +40 -0
- package/dist-es/commands/DescribeSchemasCommand.js.map +1 -0
- package/dist-es/commands/DescribeTableStatisticsCommand.js +40 -0
- package/dist-es/commands/DescribeTableStatisticsCommand.js.map +1 -0
- package/dist-es/commands/ImportCertificateCommand.js +40 -0
- package/dist-es/commands/ImportCertificateCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ModifyEndpointCommand.js +40 -0
- package/dist-es/commands/ModifyEndpointCommand.js.map +1 -0
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +40 -0
- package/dist-es/commands/ModifyEventSubscriptionCommand.js.map +1 -0
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/ModifyReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +40 -0
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/ModifyReplicationTaskCommand.js +40 -0
- package/dist-es/commands/ModifyReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/MoveReplicationTaskCommand.js +40 -0
- package/dist-es/commands/MoveReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/RebootReplicationInstanceCommand.js +40 -0
- package/dist-es/commands/RebootReplicationInstanceCommand.js.map +1 -0
- package/dist-es/commands/RefreshSchemasCommand.js +40 -0
- package/dist-es/commands/RefreshSchemasCommand.js.map +1 -0
- package/dist-es/commands/ReloadTablesCommand.js +40 -0
- package/dist-es/commands/ReloadTablesCommand.js.map +1 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +40 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +1 -0
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +40 -0
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +40 -0
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
- package/dist-es/commands/StartReplicationTaskCommand.js +40 -0
- package/dist-es/commands/StartReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/StopReplicationTaskCommand.js +40 -0
- package/dist-es/commands/StopReplicationTaskCommand.js.map +1 -0
- package/dist-es/commands/TestConnectionCommand.js +40 -0
- package/dist-es/commands/TestConnectionCommand.js.map +1 -0
- package/dist-es/endpoints.js +59 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +895 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +75 -0
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeCertificatesPaginator.js +75 -0
- package/dist-es/pagination/DescribeCertificatesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeConnectionsPaginator.js +75 -0
- package/dist-es/pagination/DescribeConnectionsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +75 -0
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEndpointsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEndpointsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeEventsPaginator.js +75 -0
- package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +75 -0
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +75 -0
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +75 -0
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeSchemasPaginator.js +75 -0
- package/dist-es/pagination/DescribeSchemasPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +75 -0
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +7120 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-es/waiters/waitForEndpointDeleted.js +97 -0
- package/dist-es/waiters/waitForEndpointDeleted.js.map +1 -0
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +171 -0
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +72 -0
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +172 -0
- package/dist-es/waiters/waitForReplicationTaskDeleted.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskReady.js +271 -0
- package/dist-es/waiters/waitForReplicationTaskReady.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskRunning.js +271 -0
- package/dist-es/waiters/waitForReplicationTaskRunning.js.map +1 -0
- package/dist-es/waiters/waitForReplicationTaskStopped.js +246 -0
- package/dist-es/waiters/waitForReplicationTaskStopped.js.map +1 -0
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +96 -0
- package/dist-es/waiters/waitForTestConnectionSucceeds.js.map +1 -0
- package/dist-types/DatabaseMigrationService.d.ts +552 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +196 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +40 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +42 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +50 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +40 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +41 -0
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +39 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +42 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +36 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +37 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +37 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +35 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/dist-types/models/models_0.d.ts +7684 -0
- package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSchemasPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +167 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +552 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +196 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7684 -0
- package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskReady.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +14 -0
- package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +14 -0
- package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
- package/package.json +51 -51
- package/src/DatabaseMigrationService.ts +2210 -0
- package/src/DatabaseMigrationServiceClient.ts +537 -0
- package/src/commands/AddTagsToResourceCommand.ts +104 -0
- package/src/commands/ApplyPendingMaintenanceActionCommand.ts +104 -0
- package/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +113 -0
- package/src/commands/CreateEndpointCommand.ts +106 -0
- package/src/commands/CreateEventSubscriptionCommand.ts +114 -0
- package/src/commands/CreateReplicationInstanceCommand.ts +107 -0
- package/src/commands/CreateReplicationSubnetGroupCommand.ts +106 -0
- package/src/commands/CreateReplicationTaskCommand.ts +99 -0
- package/src/commands/DeleteCertificateCommand.ts +99 -0
- package/src/commands/DeleteConnectionCommand.ts +99 -0
- package/src/commands/DeleteEndpointCommand.ts +104 -0
- package/src/commands/DeleteEventSubscriptionCommand.ts +99 -0
- package/src/commands/DeleteReplicationInstanceCommand.ts +107 -0
- package/src/commands/DeleteReplicationSubnetGroupCommand.ts +104 -0
- package/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +113 -0
- package/src/commands/DeleteReplicationTaskCommand.ts +99 -0
- package/src/commands/DescribeAccountAttributesCommand.ts +108 -0
- package/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +128 -0
- package/src/commands/DescribeCertificatesCommand.ts +99 -0
- package/src/commands/DescribeConnectionsCommand.ts +100 -0
- package/src/commands/DescribeEndpointSettingsCommand.ts +100 -0
- package/src/commands/DescribeEndpointTypesCommand.ts +99 -0
- package/src/commands/DescribeEndpointsCommand.ts +99 -0
- package/src/commands/DescribeEventCategoriesCommand.ts +103 -0
- package/src/commands/DescribeEventSubscriptionsCommand.ts +107 -0
- package/src/commands/DescribeEventsCommand.ts +103 -0
- package/src/commands/DescribeOrderableReplicationInstancesCommand.ts +112 -0
- package/src/commands/DescribePendingMaintenanceActionsCommand.ts +110 -0
- package/src/commands/DescribeRefreshSchemasStatusCommand.ts +104 -0
- package/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +110 -0
- package/src/commands/DescribeReplicationInstancesCommand.ts +105 -0
- package/src/commands/DescribeReplicationSubnetGroupsCommand.ts +107 -0
- package/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +120 -0
- package/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +119 -0
- package/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +116 -0
- package/src/commands/DescribeReplicationTasksCommand.ts +100 -0
- package/src/commands/DescribeSchemasCommand.ts +101 -0
- package/src/commands/DescribeTableStatisticsCommand.ts +103 -0
- package/src/commands/ImportCertificateCommand.ts +99 -0
- package/src/commands/ListTagsForResourceCommand.ts +103 -0
- package/src/commands/ModifyEndpointCommand.ts +106 -0
- package/src/commands/ModifyEventSubscriptionCommand.ts +99 -0
- package/src/commands/ModifyReplicationInstanceCommand.ts +106 -0
- package/src/commands/ModifyReplicationSubnetGroupCommand.ts +104 -0
- package/src/commands/ModifyReplicationTaskCommand.ts +102 -0
- package/src/commands/MoveReplicationTaskCommand.ts +102 -0
- package/src/commands/RebootReplicationInstanceCommand.ts +103 -0
- package/src/commands/RefreshSchemasCommand.ts +101 -0
- package/src/commands/ReloadTablesCommand.ts +101 -0
- package/src/commands/RemoveTagsFromResourceCommand.ts +104 -0
- package/src/commands/StartReplicationTaskAssessmentCommand.ts +108 -0
- package/src/commands/StartReplicationTaskAssessmentRunCommand.ts +116 -0
- package/src/commands/StartReplicationTaskCommand.ts +102 -0
- package/src/commands/StopReplicationTaskCommand.ts +99 -0
- package/src/commands/TestConnectionCommand.ts +99 -0
- package/src/endpoints.ts +63 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +9145 -0
- package/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +59 -0
- package/src/pagination/DescribeCertificatesPaginator.ts +59 -0
- package/src/pagination/DescribeConnectionsPaginator.ts +59 -0
- package/src/pagination/DescribeEndpointSettingsPaginator.ts +59 -0
- package/src/pagination/DescribeEndpointTypesPaginator.ts +59 -0
- package/src/pagination/DescribeEndpointsPaginator.ts +59 -0
- package/src/pagination/DescribeEventSubscriptionsPaginator.ts +59 -0
- package/src/pagination/DescribeEventsPaginator.ts +59 -0
- package/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts +59 -0
- package/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationInstancesPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +59 -0
- package/src/pagination/DescribeReplicationTasksPaginator.ts +59 -0
- package/src/pagination/DescribeSchemasPaginator.ts +59 -0
- package/src/pagination/DescribeTableStatisticsPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/protocols/Aws_json1_1.ts +9003 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/src/waiters/waitForEndpointDeleted.ts +73 -0
- package/src/waiters/waitForReplicationInstanceAvailable.ts +117 -0
- package/src/waiters/waitForReplicationInstanceDeleted.ts +62 -0
- package/src/waiters/waitForReplicationTaskDeleted.ts +118 -0
- package/src/waiters/waitForReplicationTaskReady.ts +173 -0
- package/src/waiters/waitForReplicationTaskRunning.ts +173 -0
- package/src/waiters/waitForReplicationTaskStopped.ts +159 -0
- package/src/waiters/waitForTestConnectionSucceeds.ts +72 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/DatabaseMigrationService.ts +0 -2205
- package/DatabaseMigrationServiceClient.ts +0 -536
- package/commands/AddTagsToResourceCommand.ts +0 -103
- package/commands/ApplyPendingMaintenanceActionCommand.ts +0 -103
- package/commands/CancelReplicationTaskAssessmentRunCommand.ts +0 -112
- package/commands/CreateEndpointCommand.ts +0 -105
- package/commands/CreateEventSubscriptionCommand.ts +0 -113
- package/commands/CreateReplicationInstanceCommand.ts +0 -106
- package/commands/CreateReplicationSubnetGroupCommand.ts +0 -103
- package/commands/CreateReplicationTaskCommand.ts +0 -98
- package/commands/DeleteCertificateCommand.ts +0 -98
- package/commands/DeleteConnectionCommand.ts +0 -98
- package/commands/DeleteEndpointCommand.ts +0 -103
- package/commands/DeleteEventSubscriptionCommand.ts +0 -98
- package/commands/DeleteReplicationInstanceCommand.ts +0 -106
- package/commands/DeleteReplicationSubnetGroupCommand.ts +0 -103
- package/commands/DeleteReplicationTaskAssessmentRunCommand.ts +0 -112
- package/commands/DeleteReplicationTaskCommand.ts +0 -98
- package/commands/DescribeAccountAttributesCommand.ts +0 -107
- package/commands/DescribeApplicableIndividualAssessmentsCommand.ts +0 -127
- package/commands/DescribeCertificatesCommand.ts +0 -98
- package/commands/DescribeConnectionsCommand.ts +0 -99
- package/commands/DescribeEndpointSettingsCommand.ts +0 -99
- package/commands/DescribeEndpointTypesCommand.ts +0 -98
- package/commands/DescribeEndpointsCommand.ts +0 -98
- package/commands/DescribeEventCategoriesCommand.ts +0 -102
- package/commands/DescribeEventSubscriptionsCommand.ts +0 -106
- package/commands/DescribeEventsCommand.ts +0 -102
- package/commands/DescribeOrderableReplicationInstancesCommand.ts +0 -111
- package/commands/DescribePendingMaintenanceActionsCommand.ts +0 -109
- package/commands/DescribeRefreshSchemasStatusCommand.ts +0 -103
- package/commands/DescribeReplicationInstanceTaskLogsCommand.ts +0 -109
- package/commands/DescribeReplicationInstancesCommand.ts +0 -104
- package/commands/DescribeReplicationSubnetGroupsCommand.ts +0 -106
- package/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +0 -119
- package/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +0 -118
- package/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +0 -115
- package/commands/DescribeReplicationTasksCommand.ts +0 -99
- package/commands/DescribeSchemasCommand.ts +0 -100
- package/commands/DescribeTableStatisticsCommand.ts +0 -102
- package/commands/ImportCertificateCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -102
- package/commands/ModifyEndpointCommand.ts +0 -105
- package/commands/ModifyEventSubscriptionCommand.ts +0 -98
- package/commands/ModifyReplicationInstanceCommand.ts +0 -105
- package/commands/ModifyReplicationSubnetGroupCommand.ts +0 -103
- package/commands/ModifyReplicationTaskCommand.ts +0 -101
- package/commands/MoveReplicationTaskCommand.ts +0 -101
- package/commands/RebootReplicationInstanceCommand.ts +0 -102
- package/commands/RefreshSchemasCommand.ts +0 -100
- package/commands/ReloadTablesCommand.ts +0 -98
- package/commands/RemoveTagsFromResourceCommand.ts +0 -103
- package/commands/StartReplicationTaskAssessmentCommand.ts +0 -107
- package/commands/StartReplicationTaskAssessmentRunCommand.ts +0 -115
- package/commands/StartReplicationTaskCommand.ts +0 -101
- package/commands/StopReplicationTaskCommand.ts +0 -98
- package/commands/TestConnectionCommand.ts +0 -98
- package/dist/cjs/DatabaseMigrationService.js +0 -845
- package/dist/cjs/DatabaseMigrationService.js.map +0 -1
- package/dist/cjs/DatabaseMigrationServiceClient.js +0 -53
- package/dist/cjs/DatabaseMigrationServiceClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -66
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -61
- package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -64
- package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointCommand.js +0 -68
- package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -76
- package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReplicationInstanceCommand.js +0 -66
- package/dist/cjs/commands/CreateReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReplicationTaskCommand.js +0 -61
- package/dist/cjs/commands/CreateReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCertificateCommand.js +0 -61
- package/dist/cjs/commands/DeleteCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionCommand.js +0 -61
- package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointCommand.js +0 -66
- package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationInstanceCommand.js +0 -66
- package/dist/cjs/commands/DeleteReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -64
- package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReplicationTaskCommand.js +0 -61
- package/dist/cjs/commands/DeleteReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -67
- package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -75
- package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificatesCommand.js +0 -61
- package/dist/cjs/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -62
- package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointSettingsCommand.js +0 -62
- package/dist/cjs/commands/DescribeEndpointSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointTypesCommand.js +0 -61
- package/dist/cjs/commands/DescribeEndpointTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointsCommand.js +0 -61
- package/dist/cjs/commands/DescribeEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -65
- package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -66
- package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js +0 -65
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js +0 -62
- package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -61
- package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -61
- package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationInstancesCommand.js +0 -62
- package/dist/cjs/commands/DescribeReplicationInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -67
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -69
- package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -63
- package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReplicationTasksCommand.js +0 -62
- package/dist/cjs/commands/DescribeReplicationTasksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSchemasCommand.js +0 -63
- package/dist/cjs/commands/DescribeSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTableStatisticsCommand.js +0 -65
- package/dist/cjs/commands/DescribeTableStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportCertificateCommand.js +0 -61
- package/dist/cjs/commands/ImportCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyEndpointCommand.js +0 -68
- package/dist/cjs/commands/ModifyEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyReplicationInstanceCommand.js +0 -65
- package/dist/cjs/commands/ModifyReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js +0 -61
- package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyReplicationTaskCommand.js +0 -64
- package/dist/cjs/commands/ModifyReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/MoveReplicationTaskCommand.js +0 -64
- package/dist/cjs/commands/MoveReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/RebootReplicationInstanceCommand.js +0 -62
- package/dist/cjs/commands/RebootReplicationInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/RefreshSchemasCommand.js +0 -63
- package/dist/cjs/commands/RefreshSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/ReloadTablesCommand.js +0 -61
- package/dist/cjs/commands/ReloadTablesCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -66
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js +0 -62
- package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js +0 -67
- package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/cjs/commands/StartReplicationTaskCommand.js +0 -64
- package/dist/cjs/commands/StartReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/StopReplicationTaskCommand.js +0 -61
- package/dist/cjs/commands/StopReplicationTaskCommand.js.map +0 -1
- package/dist/cjs/commands/TestConnectionCommand.js +0 -61
- package/dist/cjs/commands/TestConnectionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -63
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -90
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeConnectionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeConnectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEndpointsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeSchemasPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeSchemasPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -7215
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForEndpointDeleted.js +0 -70
- package/dist/cjs/waiters/waitForEndpointDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js +0 -114
- package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js +0 -55
- package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskDeleted.js +0 -115
- package/dist/cjs/waiters/waitForReplicationTaskDeleted.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskReady.js +0 -174
- package/dist/cjs/waiters/waitForReplicationTaskReady.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskRunning.js +0 -174
- package/dist/cjs/waiters/waitForReplicationTaskRunning.js.map +0 -1
- package/dist/cjs/waiters/waitForReplicationTaskStopped.js +0 -159
- package/dist/cjs/waiters/waitForReplicationTaskStopped.js.map +0 -1
- package/dist/cjs/waiters/waitForTestConnectionSucceeds.js +0 -69
- package/dist/cjs/waiters/waitForTestConnectionSucceeds.js.map +0 -1
- package/dist/es/DatabaseMigrationService.js +0 -848
- package/dist/es/DatabaseMigrationService.js.map +0 -1
- package/dist/es/DatabaseMigrationServiceClient.js +0 -55
- package/dist/es/DatabaseMigrationServiceClient.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -70
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -65
- package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
- package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -68
- package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointCommand.js +0 -72
- package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -80
- package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationInstanceCommand.js +0 -70
- package/dist/es/commands/CreateReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationSubnetGroupCommand.js +0 -65
- package/dist/es/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateReplicationTaskCommand.js +0 -65
- package/dist/es/commands/CreateReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/DeleteCertificateCommand.js +0 -65
- package/dist/es/commands/DeleteCertificateCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js +0 -65
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointCommand.js +0 -70
- package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -65
- package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationInstanceCommand.js +0 -70
- package/dist/es/commands/DeleteReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js +0 -65
- package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -68
- package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/DeleteReplicationTaskCommand.js +0 -65
- package/dist/es/commands/DeleteReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -71
- package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -79
- package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificatesCommand.js +0 -65
- package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js +0 -66
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointSettingsCommand.js +0 -66
- package/dist/es/commands/DescribeEndpointSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointTypesCommand.js +0 -65
- package/dist/es/commands/DescribeEndpointTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointsCommand.js +0 -65
- package/dist/es/commands/DescribeEndpointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -69
- package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -70
- package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js +0 -69
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js +0 -66
- package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -65
- package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js +0 -65
- package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -65
- package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationInstancesCommand.js +0 -66
- package/dist/es/commands/DescribeReplicationInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js +0 -65
- package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -71
- package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -73
- package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -67
- package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReplicationTasksCommand.js +0 -66
- package/dist/es/commands/DescribeReplicationTasksCommand.js.map +0 -1
- package/dist/es/commands/DescribeSchemasCommand.js +0 -67
- package/dist/es/commands/DescribeSchemasCommand.js.map +0 -1
- package/dist/es/commands/DescribeTableStatisticsCommand.js +0 -69
- package/dist/es/commands/DescribeTableStatisticsCommand.js.map +0 -1
- package/dist/es/commands/ImportCertificateCommand.js +0 -65
- package/dist/es/commands/ImportCertificateCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -69
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyEndpointCommand.js +0 -72
- package/dist/es/commands/ModifyEndpointCommand.js.map +0 -1
- package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -65
- package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationInstanceCommand.js +0 -69
- package/dist/es/commands/ModifyReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js +0 -65
- package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/ModifyReplicationTaskCommand.js +0 -68
- package/dist/es/commands/ModifyReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/MoveReplicationTaskCommand.js +0 -68
- package/dist/es/commands/MoveReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/RebootReplicationInstanceCommand.js +0 -66
- package/dist/es/commands/RebootReplicationInstanceCommand.js.map +0 -1
- package/dist/es/commands/RefreshSchemasCommand.js +0 -67
- package/dist/es/commands/RefreshSchemasCommand.js.map +0 -1
- package/dist/es/commands/ReloadTablesCommand.js +0 -65
- package/dist/es/commands/ReloadTablesCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -70
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskAssessmentCommand.js +0 -66
- package/dist/es/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js +0 -71
- package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
- package/dist/es/commands/StartReplicationTaskCommand.js +0 -68
- package/dist/es/commands/StartReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/StopReplicationTaskCommand.js +0 -65
- package/dist/es/commands/StopReplicationTaskCommand.js.map +0 -1
- package/dist/es/commands/TestConnectionCommand.js +0 -65
- package/dist/es/commands/TestConnectionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -59
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1435
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -87
- package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -87
- package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeConnectionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeConnectionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointSettingsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointTypesPaginator.js +0 -87
- package/dist/es/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEndpointsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js +0 -87
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -87
- package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeReplicationTasksPaginator.js +0 -87
- package/dist/es/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeSchemasPaginator.js +0 -87
- package/dist/es/pagination/DescribeSchemasPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTableStatisticsPaginator.js +0 -87
- package/dist/es/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -7124
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForEndpointDeleted.js +0 -106
- package/dist/es/waiters/waitForEndpointDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationInstanceAvailable.js +0 -180
- package/dist/es/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
- package/dist/es/waiters/waitForReplicationInstanceDeleted.js +0 -81
- package/dist/es/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskDeleted.js +0 -181
- package/dist/es/waiters/waitForReplicationTaskDeleted.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskReady.js +0 -280
- package/dist/es/waiters/waitForReplicationTaskReady.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskRunning.js +0 -280
- package/dist/es/waiters/waitForReplicationTaskRunning.js.map +0 -1
- package/dist/es/waiters/waitForReplicationTaskStopped.js +0 -255
- package/dist/es/waiters/waitForReplicationTaskStopped.js.map +0 -1
- package/dist/es/waiters/waitForTestConnectionSucceeds.js +0 -105
- package/dist/es/waiters/waitForTestConnectionSucceeds.js.map +0 -1
- package/dist/types/DatabaseMigrationService.d.ts +0 -548
- package/dist/types/DatabaseMigrationServiceClient.d.ts +0 -196
- package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -40
- package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
- package/dist/types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/commands/CreateEndpointCommand.d.ts +0 -42
- package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -50
- package/dist/types/commands/CreateReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateReplicationTaskCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCertificateCommand.d.ts +0 -35
- package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -40
- package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/commands/DeleteReplicationTaskCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -41
- package/dist/types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
- package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEndpointTypesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
- package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
- package/dist/types/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
- package/dist/types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
- package/dist/types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeReplicationTasksCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSchemasCommand.d.ts +0 -37
- package/dist/types/commands/DescribeTableStatisticsCommand.d.ts +0 -39
- package/dist/types/commands/ImportCertificateCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -39
- package/dist/types/commands/ModifyEndpointCommand.d.ts +0 -42
- package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
- package/dist/types/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/commands/ModifyReplicationTaskCommand.d.ts +0 -38
- package/dist/types/commands/MoveReplicationTaskCommand.d.ts +0 -38
- package/dist/types/commands/RebootReplicationInstanceCommand.d.ts +0 -36
- package/dist/types/commands/RefreshSchemasCommand.d.ts +0 -37
- package/dist/types/commands/ReloadTablesCommand.d.ts +0 -35
- package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
- package/dist/types/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
- package/dist/types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
- package/dist/types/commands/StartReplicationTaskCommand.d.ts +0 -38
- package/dist/types/commands/StopReplicationTaskCommand.d.ts +0 -35
- package/dist/types/commands/TestConnectionCommand.d.ts +0 -35
- package/dist/types/models/models_0.d.ts +0 -7678
- package/dist/types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeConnectionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEndpointsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeSchemasPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -167
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/DatabaseMigrationService.d.ts +0 -548
- package/dist/types/ts3.4/DatabaseMigrationServiceClient.d.ts +0 -196
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSchemasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyEndpointCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RefreshSchemasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ReloadTablesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/StartReplicationTaskCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopReplicationTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestConnectionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -7678
- package/dist/types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForEndpointDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
- package/dist/types/waiters/waitForEndpointDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskReady.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskRunning.d.ts +0 -14
- package/dist/types/waiters/waitForReplicationTaskStopped.d.ts +0 -14
- package/dist/types/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
- package/endpoints.ts +0 -63
- package/models/models_0.ts +0 -9138
- package/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +0 -58
- package/pagination/DescribeCertificatesPaginator.ts +0 -58
- package/pagination/DescribeConnectionsPaginator.ts +0 -58
- package/pagination/DescribeEndpointSettingsPaginator.ts +0 -58
- package/pagination/DescribeEndpointTypesPaginator.ts +0 -58
- package/pagination/DescribeEndpointsPaginator.ts +0 -58
- package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
- package/pagination/DescribeEventsPaginator.ts +0 -58
- package/pagination/DescribeOrderableReplicationInstancesPaginator.ts +0 -58
- package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
- package/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +0 -58
- package/pagination/DescribeReplicationInstancesPaginator.ts +0 -58
- package/pagination/DescribeReplicationSubnetGroupsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +0 -58
- package/pagination/DescribeReplicationTasksPaginator.ts +0 -58
- package/pagination/DescribeSchemasPaginator.ts +0 -58
- package/pagination/DescribeTableStatisticsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -9000
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/waiters/waitForEndpointDeleted.ts +0 -72
- package/waiters/waitForReplicationInstanceAvailable.ts +0 -116
- package/waiters/waitForReplicationInstanceDeleted.ts +0 -61
- package/waiters/waitForReplicationTaskDeleted.ts +0 -117
- package/waiters/waitForReplicationTaskReady.ts +0 -172
- package/waiters/waitForReplicationTaskRunning.ts +0 -172
- package/waiters/waitForReplicationTaskStopped.ts +0 -158
- package/waiters/waitForTestConnectionSucceeds.ts +0 -71
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DeleteEndpointMessage, DeleteEndpointResponse } 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 DeleteEndpointCommandInput extends DeleteEndpointMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified endpoint.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>All tasks associated with the endpoint must be deleted before you can delete the
|
|
13
|
-
* endpoint.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* <p></p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DatabaseMigrationServiceClient, DeleteEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
20
|
-
* // const { DatabaseMigrationServiceClient, DeleteEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
21
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
22
|
-
* const command = new DeleteEndpointCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteEndpointCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
32
|
-
readonly input: DeleteEndpointCommandInput;
|
|
33
|
-
constructor(input: DeleteEndpointCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResponse } 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 DeleteEventSubscriptionCommandInput extends DeleteEventSubscriptionMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscriptionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p> Deletes an DMS event 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, DeleteEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DeleteEventSubscriptionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DeleteEventSubscriptionCommandInput;
|
|
28
|
-
constructor(input: DeleteEventSubscriptionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DeleteReplicationInstanceMessage, DeleteReplicationInstanceResponse } 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 DeleteReplicationInstanceCommandInput extends DeleteReplicationInstanceMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicationInstanceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified replication instance.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>You must delete any migration tasks that are associated with the replication instance
|
|
13
|
-
* before you can delete it.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* <p></p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
20
|
-
* // const { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
21
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
22
|
-
* const command = new DeleteReplicationInstanceCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteReplicationInstanceCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteReplicationInstanceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class DeleteReplicationInstanceCommand extends $Command<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
32
|
-
readonly input: DeleteReplicationInstanceCommandInput;
|
|
33
|
-
constructor(input: DeleteReplicationInstanceCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DeleteReplicationSubnetGroupMessage, DeleteReplicationSubnetGroupResponse } 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 DeleteReplicationSubnetGroupCommandInput extends DeleteReplicationSubnetGroupMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplicationSubnetGroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a subnet group.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DeleteReplicationSubnetGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteReplicationSubnetGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteReplicationSubnetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DeleteReplicationSubnetGroupCommand extends $Command<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DeleteReplicationSubnetGroupCommandInput;
|
|
28
|
-
constructor(input: DeleteReplicationSubnetGroupCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DeleteReplicationTaskAssessmentRunMessage, DeleteReplicationTaskAssessmentRunResponse } 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 DeleteReplicationTaskAssessmentRunCommandInput extends DeleteReplicationTaskAssessmentRunMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteReplicationTaskAssessmentRunResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the record of a single premigration assessment run.</p>
|
|
11
|
-
* <p>This operation removes all metadata that DMS maintains about this assessment run.
|
|
12
|
-
* However, the operation leaves untouched all information about this assessment run that is
|
|
13
|
-
* stored in your Amazon S3 bucket.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
18
|
-
* // const { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
19
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
20
|
-
* const command = new DeleteReplicationTaskAssessmentRunCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeleteReplicationTaskAssessmentRunCommand extends $Command<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: DeleteReplicationTaskAssessmentRunCommandInput;
|
|
31
|
-
constructor(input: DeleteReplicationTaskAssessmentRunCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DeleteReplicationTaskMessage, DeleteReplicationTaskResponse } 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 DeleteReplicationTaskCommandInput extends DeleteReplicationTaskMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTaskResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified replication 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, DeleteReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DeleteReplicationTaskCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteReplicationTaskCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteReplicationTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DeleteReplicationTaskCommand extends $Command<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DeleteReplicationTaskCommandInput;
|
|
28
|
-
constructor(input: DeleteReplicationTaskCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeAccountAttributesMessage, DescribeAccountAttributesResponse } 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 DescribeAccountAttributesCommandInput extends DescribeAccountAttributesMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeAccountAttributesCommandOutput extends DescribeAccountAttributesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
|
|
11
|
-
* quotas for the account and a unique account identifier in a particular DMS region. DMS
|
|
12
|
-
* quotas include a list of resource quotas supported by the account, such as the number of
|
|
13
|
-
* replication instances allowed. The description for each resource quota, includes the quota
|
|
14
|
-
* name, current usage toward that quota, and the quota's maximum value. DMS uses the unique
|
|
15
|
-
* account identifier to name each artifact used by DMS in the given region.</p>
|
|
16
|
-
* <p>This command does not take any parameters.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
21
|
-
* // const { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
22
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
23
|
-
* const command = new DescribeAccountAttributesCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
33
|
-
readonly input: DescribeAccountAttributesCommandInput;
|
|
34
|
-
constructor(input: DescribeAccountAttributesCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeApplicableIndividualAssessmentsMessage, DescribeApplicableIndividualAssessmentsResponse } 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 DescribeApplicableIndividualAssessmentsCommandInput extends DescribeApplicableIndividualAssessmentsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeApplicableIndividualAssessmentsCommandOutput extends DescribeApplicableIndividualAssessmentsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Provides a list of individual assessments that you can specify for a new premigration
|
|
11
|
-
* assessment run, given one or more parameters.</p>
|
|
12
|
-
* <p>If you specify an existing migration task, this operation provides the default individual
|
|
13
|
-
* assessments you can specify for that task. Otherwise, the specified parameters model elements
|
|
14
|
-
* of a possible migration task on which to base a premigration assessment run.</p>
|
|
15
|
-
* <p>To use these migration task modeling parameters, you must specify an existing replication instance,
|
|
16
|
-
* a source database engine, a target database engine, and a migration type. This combination of
|
|
17
|
-
* parameters potentially limits the default individual assessments available for an assessment run
|
|
18
|
-
* created for a corresponding migration task.</p>
|
|
19
|
-
* <p>If you specify no parameters, this operation provides a list of all possible individual assessments
|
|
20
|
-
* that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must
|
|
21
|
-
* specify all of them or the operation cannot provide a list of individual assessments.
|
|
22
|
-
* The only parameter that you can specify alone is for an existing migration task. The specified task
|
|
23
|
-
* definition then determines the default list of individual assessments that you can specify in an
|
|
24
|
-
* assessment run for the task.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
|
-
* // const { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
-
* const command = new DescribeApplicableIndividualAssessmentsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DescribeApplicableIndividualAssessmentsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DescribeApplicableIndividualAssessmentsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export declare class DescribeApplicableIndividualAssessmentsCommand extends $Command<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
41
|
-
readonly input: DescribeApplicableIndividualAssessmentsCommandInput;
|
|
42
|
-
constructor(input: DescribeApplicableIndividualAssessmentsCommandInput);
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput>;
|
|
47
|
-
private serialize;
|
|
48
|
-
private deserialize;
|
|
49
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeCertificatesMessage, DescribeCertificatesResponse } 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 DescribeCertificatesCommandInput extends DescribeCertificatesMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeCertificatesCommandOutput extends DescribeCertificatesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Provides a description of the 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, DescribeCertificatesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribeCertificatesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribeCertificatesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeCertificatesCommandInput;
|
|
28
|
-
constructor(input: DescribeCertificatesCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeConnectionsMessage, DescribeConnectionsResponse } 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 DescribeConnectionsCommandInput extends DescribeConnectionsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeConnectionsCommandOutput extends DescribeConnectionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Describes the status of the connections that have been made between the replication
|
|
11
|
-
* instance and an endpoint. Connections are created when you test an endpoint.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DatabaseMigrationServiceClient, DescribeConnectionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
16
|
-
* // const { DatabaseMigrationServiceClient, DescribeConnectionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
17
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
18
|
-
* const command = new DescribeConnectionsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DescribeConnectionsCommandInput;
|
|
29
|
-
constructor(input: DescribeConnectionsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeEndpointSettingsMessage, DescribeEndpointSettingsResponse } 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 DescribeEndpointSettingsCommandInput extends DescribeEndpointSettingsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointSettingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the possible endpoint settings available
|
|
11
|
-
* when you create an endpoint for a specific database engine.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
16
|
-
* // const { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
17
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
18
|
-
* const command = new DescribeEndpointSettingsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeEndpointSettingsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeEndpointSettingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class DescribeEndpointSettingsCommand extends $Command<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: DescribeEndpointSettingsCommandInput;
|
|
29
|
-
constructor(input: DescribeEndpointSettingsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeEndpointTypesMessage, DescribeEndpointTypesResponse } 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 DescribeEndpointTypesCommandInput extends DescribeEndpointTypesMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointTypesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the type of endpoints available.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribeEndpointTypesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEndpointTypesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEndpointTypesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeEndpointTypesCommand extends $Command<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeEndpointTypesCommandInput;
|
|
28
|
-
constructor(input: DescribeEndpointTypesCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeEndpointsMessage, DescribeEndpointsResponse } 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 DescribeEndpointsCommandInput extends DescribeEndpointsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Returns information about the endpoints for your account in the current region.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DatabaseMigrationServiceClient, DescribeEndpointsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
15
|
-
* // const { DatabaseMigrationServiceClient, DescribeEndpointsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
16
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
17
|
-
* const command = new DescribeEndpointsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEndpointsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: DescribeEndpointsCommandInput;
|
|
28
|
-
constructor(input: DescribeEndpointsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeEventCategoriesMessage, DescribeEventCategoriesResponse } 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 DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEventCategoriesCommandOutput extends DescribeEventCategoriesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists categories for all event source types, or, if specified, for a specified source
|
|
11
|
-
* type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events
|
|
12
|
-
* and Notifications</a> in the <i>Database Migration Service User
|
|
13
|
-
* Guide.</i>
|
|
14
|
-
* </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
19
|
-
* // const { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
20
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
21
|
-
* const command = new DescribeEventCategoriesCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: DescribeEventCategoriesCommandInput;
|
|
32
|
-
constructor(input: DescribeEventCategoriesCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeEventSubscriptionsMessage, DescribeEventSubscriptionsResponse } 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 DescribeEventSubscriptionsCommandInput extends DescribeEventSubscriptionsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSubscriptionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists all the event subscriptions for a customer account. The description of a
|
|
11
|
-
* subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
|
|
12
|
-
* <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
|
|
13
|
-
* <code>CreationTime</code>, and <code>Status</code>. </p>
|
|
14
|
-
* <p>If you specify <code>SubscriptionName</code>, this action lists the description for that
|
|
15
|
-
* subscription.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
20
|
-
* // const { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
21
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
22
|
-
* const command = new DescribeEventSubscriptionsCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
32
|
-
readonly input: DescribeEventSubscriptionsCommandInput;
|
|
33
|
-
constructor(input: DescribeEventSubscriptionsCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
2
|
-
import { DescribeEventsMessage, DescribeEventsResponse } 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 DescribeEventsCommandInput extends DescribeEventsMessage {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p> Lists events for a given source identifier and source type. You can also specify a
|
|
11
|
-
* start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
|
|
12
|
-
* Notifications</a> in the <i>Database Migration Service User
|
|
13
|
-
* Guide.</i>
|
|
14
|
-
* </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DatabaseMigrationServiceClient, DescribeEventsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
19
|
-
* // const { DatabaseMigrationServiceClient, DescribeEventsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
20
|
-
* const client = new DatabaseMigrationServiceClient(config);
|
|
21
|
-
* const command = new DescribeEventsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: DescribeEventsCommandInput;
|
|
32
|
-
constructor(input: DescribeEventsCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|