Trait rusoto_dms::DatabaseMigrationService[][src]

pub trait DatabaseMigrationService {
Show methods fn add_tags_to_resource<'life0, 'async_trait>(
        &'life0 self,
        input: AddTagsToResourceMessage
    ) -> Pin<Box<dyn Future<Output = Result<AddTagsToResourceResponse, RusotoError<AddTagsToResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn apply_pending_maintenance_action<'life0, 'async_trait>(
        &'life0 self,
        input: ApplyPendingMaintenanceActionMessage
    ) -> Pin<Box<dyn Future<Output = Result<ApplyPendingMaintenanceActionResponse, RusotoError<ApplyPendingMaintenanceActionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn cancel_replication_task_assessment_run<'life0, 'async_trait>(
        &'life0 self,
        input: CancelReplicationTaskAssessmentRunMessage
    ) -> Pin<Box<dyn Future<Output = Result<CancelReplicationTaskAssessmentRunResponse, RusotoError<CancelReplicationTaskAssessmentRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: CreateEndpointMessage
    ) -> Pin<Box<dyn Future<Output = Result<CreateEndpointResponse, RusotoError<CreateEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_event_subscription<'life0, 'async_trait>(
        &'life0 self,
        input: CreateEventSubscriptionMessage
    ) -> Pin<Box<dyn Future<Output = Result<CreateEventSubscriptionResponse, RusotoError<CreateEventSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_replication_instance<'life0, 'async_trait>(
        &'life0 self,
        input: CreateReplicationInstanceMessage
    ) -> Pin<Box<dyn Future<Output = Result<CreateReplicationInstanceResponse, RusotoError<CreateReplicationInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_replication_subnet_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateReplicationSubnetGroupMessage
    ) -> Pin<Box<dyn Future<Output = Result<CreateReplicationSubnetGroupResponse, RusotoError<CreateReplicationSubnetGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_replication_task<'life0, 'async_trait>(
        &'life0 self,
        input: CreateReplicationTaskMessage
    ) -> Pin<Box<dyn Future<Output = Result<CreateReplicationTaskResponse, RusotoError<CreateReplicationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCertificateMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteCertificateResponse, RusotoError<DeleteCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_connection<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteConnectionMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteConnectionResponse, RusotoError<DeleteConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteEndpointMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteEndpointResponse, RusotoError<DeleteEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_event_subscription<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteEventSubscriptionMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteEventSubscriptionResponse, RusotoError<DeleteEventSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_replication_instance<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteReplicationInstanceMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteReplicationInstanceResponse, RusotoError<DeleteReplicationInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_replication_subnet_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteReplicationSubnetGroupMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteReplicationSubnetGroupResponse, RusotoError<DeleteReplicationSubnetGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_replication_task<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteReplicationTaskMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteReplicationTaskResponse, RusotoError<DeleteReplicationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_replication_task_assessment_run<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteReplicationTaskAssessmentRunMessage
    ) -> Pin<Box<dyn Future<Output = Result<DeleteReplicationTaskAssessmentRunResponse, RusotoError<DeleteReplicationTaskAssessmentRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_account_attributes<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAccountAttributesResponse, RusotoError<DescribeAccountAttributesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_applicable_individual_assessments<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeApplicableIndividualAssessmentsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeApplicableIndividualAssessmentsResponse, RusotoError<DescribeApplicableIndividualAssessmentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_certificates<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCertificatesMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCertificatesResponse, RusotoError<DescribeCertificatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_connections<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeConnectionsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeConnectionsResponse, RusotoError<DescribeConnectionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_endpoint_settings<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEndpointSettingsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEndpointSettingsResponse, RusotoError<DescribeEndpointSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_endpoint_types<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEndpointTypesMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEndpointTypesResponse, RusotoError<DescribeEndpointTypesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_endpoints<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEndpointsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEndpointsResponse, RusotoError<DescribeEndpointsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_event_categories<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEventCategoriesMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEventCategoriesResponse, RusotoError<DescribeEventCategoriesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_event_subscriptions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEventSubscriptionsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEventSubscriptionsResponse, RusotoError<DescribeEventSubscriptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_events<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeEventsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEventsResponse, RusotoError<DescribeEventsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_orderable_replication_instances<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeOrderableReplicationInstancesMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeOrderableReplicationInstancesResponse, RusotoError<DescribeOrderableReplicationInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_pending_maintenance_actions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePendingMaintenanceActionsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribePendingMaintenanceActionsResponse, RusotoError<DescribePendingMaintenanceActionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_refresh_schemas_status<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRefreshSchemasStatusMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRefreshSchemasStatusResponse, RusotoError<DescribeRefreshSchemasStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_instance_task_logs<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationInstanceTaskLogsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationInstanceTaskLogsResponse, RusotoError<DescribeReplicationInstanceTaskLogsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_instances<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationInstancesMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationInstancesResponse, RusotoError<DescribeReplicationInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_subnet_groups<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationSubnetGroupsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationSubnetGroupsResponse, RusotoError<DescribeReplicationSubnetGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_task_assessment_results<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationTaskAssessmentResultsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationTaskAssessmentResultsResponse, RusotoError<DescribeReplicationTaskAssessmentResultsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_task_assessment_runs<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationTaskAssessmentRunsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationTaskAssessmentRunsResponse, RusotoError<DescribeReplicationTaskAssessmentRunsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_task_individual_assessments<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationTaskIndividualAssessmentsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationTaskIndividualAssessmentsResponse, RusotoError<DescribeReplicationTaskIndividualAssessmentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_replication_tasks<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeReplicationTasksMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeReplicationTasksResponse, RusotoError<DescribeReplicationTasksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_schemas<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSchemasMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSchemasResponse, RusotoError<DescribeSchemasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn describe_table_statistics<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeTableStatisticsMessage
    ) -> Pin<Box<dyn Future<Output = Result<DescribeTableStatisticsResponse, RusotoError<DescribeTableStatisticsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn import_certificate<'life0, 'async_trait>(
        &'life0 self,
        input: ImportCertificateMessage
    ) -> Pin<Box<dyn Future<Output = Result<ImportCertificateResponse, RusotoError<ImportCertificateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceMessage
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn modify_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: ModifyEndpointMessage
    ) -> Pin<Box<dyn Future<Output = Result<ModifyEndpointResponse, RusotoError<ModifyEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn modify_event_subscription<'life0, 'async_trait>(
        &'life0 self,
        input: ModifyEventSubscriptionMessage
    ) -> Pin<Box<dyn Future<Output = Result<ModifyEventSubscriptionResponse, RusotoError<ModifyEventSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn modify_replication_instance<'life0, 'async_trait>(
        &'life0 self,
        input: ModifyReplicationInstanceMessage
    ) -> Pin<Box<dyn Future<Output = Result<ModifyReplicationInstanceResponse, RusotoError<ModifyReplicationInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn modify_replication_subnet_group<'life0, 'async_trait>(
        &'life0 self,
        input: ModifyReplicationSubnetGroupMessage
    ) -> Pin<Box<dyn Future<Output = Result<ModifyReplicationSubnetGroupResponse, RusotoError<ModifyReplicationSubnetGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn modify_replication_task<'life0, 'async_trait>(
        &'life0 self,
        input: ModifyReplicationTaskMessage
    ) -> Pin<Box<dyn Future<Output = Result<ModifyReplicationTaskResponse, RusotoError<ModifyReplicationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn move_replication_task<'life0, 'async_trait>(
        &'life0 self,
        input: MoveReplicationTaskMessage
    ) -> Pin<Box<dyn Future<Output = Result<MoveReplicationTaskResponse, RusotoError<MoveReplicationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn reboot_replication_instance<'life0, 'async_trait>(
        &'life0 self,
        input: RebootReplicationInstanceMessage
    ) -> Pin<Box<dyn Future<Output = Result<RebootReplicationInstanceResponse, RusotoError<RebootReplicationInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn refresh_schemas<'life0, 'async_trait>(
        &'life0 self,
        input: RefreshSchemasMessage
    ) -> Pin<Box<dyn Future<Output = Result<RefreshSchemasResponse, RusotoError<RefreshSchemasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn reload_tables<'life0, 'async_trait>(
        &'life0 self,
        input: ReloadTablesMessage
    ) -> Pin<Box<dyn Future<Output = Result<ReloadTablesResponse, RusotoError<ReloadTablesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn remove_tags_from_resource<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveTagsFromResourceMessage
    ) -> Pin<Box<dyn Future<Output = Result<RemoveTagsFromResourceResponse, RusotoError<RemoveTagsFromResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_replication_task<'life0, 'async_trait>(
        &'life0 self,
        input: StartReplicationTaskMessage
    ) -> Pin<Box<dyn Future<Output = Result<StartReplicationTaskResponse, RusotoError<StartReplicationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_replication_task_assessment<'life0, 'async_trait>(
        &'life0 self,
        input: StartReplicationTaskAssessmentMessage
    ) -> Pin<Box<dyn Future<Output = Result<StartReplicationTaskAssessmentResponse, RusotoError<StartReplicationTaskAssessmentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn start_replication_task_assessment_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartReplicationTaskAssessmentRunMessage
    ) -> Pin<Box<dyn Future<Output = Result<StartReplicationTaskAssessmentRunResponse, RusotoError<StartReplicationTaskAssessmentRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_replication_task<'life0, 'async_trait>(
        &'life0 self,
        input: StopReplicationTaskMessage
    ) -> Pin<Box<dyn Future<Output = Result<StopReplicationTaskResponse, RusotoError<StopReplicationTaskError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn test_connection<'life0, 'async_trait>(
        &'life0 self,
        input: TestConnectionMessage
    ) -> Pin<Box<dyn Future<Output = Result<TestConnectionResponse, RusotoError<TestConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
}
Expand description

Trait representing the capabilities of the AWS Database Migration Service API. AWS Database Migration Service clients implement this trait.

Required methods

Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type description.

Applies a pending maintenance action to a resource (for example, to a replication instance).

Cancels a single premigration assessment run.

This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.

Creates an endpoint using the provided settings.

Creates an AWS DMS event notification subscription.

You can specify the type of source (SourceType) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. If you specify both the SourceType and SourceIds, such as SourceType = replication-instance and SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for the specified source. If you specify a SourceType but don't specify a SourceIdentifier, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either SourceType nor SourceIdentifier, you will be notified of events generated from all AWS DMS sources belonging to your customer account.

For more information about AWS DMS events, see Working with Events and Notifications in the AWS Database Migration Service User Guide.

Creates the replication instance using the specified parameters.

AWS DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the AWS CLI and AWS DMS API. For information on the required permissions, see IAM Permissions Needed to Use AWS DMS.

Creates a replication subnet group given a list of the subnet IDs in a VPC.

Creates a replication task using the specified parameters.

Deletes the specified certificate.

Deletes the connection between a replication instance and an endpoint.

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

Deletes an AWS DMS event subscription.

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

Deletes a subnet group.

Deletes the specified replication task.

Deletes the record of a single premigration assessment run.

This operation removes all metadata that AWS DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.

Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.

This command does not take any parameters.

Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters.

If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run.

To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task.

If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.

Provides a description of the certificate.

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.

Returns information about the type of endpoints available.

Returns information about the endpoints for your account in the current region.

Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the AWS Database Migration Service User Guide.

Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify SubscriptionName, this action lists the description for that subscription.

Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications in the AWS Database Migration User Guide.

Returns information about the replication instance types that can be created in the specified region.

For internal use only

Returns the status of the RefreshSchemas operation.

Returns information about the task logs for the specified task.

Returns information about replication instances for your account in the current region.

Returns information about the replication subnet groups.

Returns the task assessment results from Amazon S3. This action always returns the latest results.

Returns a paginated list of premigration assessment runs based on filter settings.

These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values.

This operation doesn't return information about individual assessments. For this information, see the DescribeReplicationTaskIndividualAssessments operation.

Returns a paginated list of individual assessments based on filter settings.

These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.

Returns information about replication tasks for your account in the current region.

Returns information about the schema for the specified endpoint.

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

Note that the "last updated" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.

Uploads the specified certificate.

Lists all metadata tags attached to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.

Modifies the specified endpoint.

Modifies an existing AWS DMS event notification subscription.

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

Modifies the settings for the specified replication subnet group.

Modifies the specified replication task.

You can't modify the task endpoints. The task must be stopped before you can modify it.

For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.

Moves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later AWS DMS version as the current replication instance.

Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

Reloads the target database table with the source data.

Removes metadata tags from an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see Tag data type description.

Starts the replication task.

For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.

Starts the replication task assessment for unsupported data types in the source database.

Starts a new premigration assessment run for one or more individual assessments of a migration task.

The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.

Stops the replication task.

Tests the connection between the replication instance and the endpoint.

Implementors