[][src]Trait rusoto_dms::DatabaseMigrationService

pub trait DatabaseMigrationService {
#[must_use]    pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
; }

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

Required methods

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Creates an endpoint using the provided settings.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

Creates a replication task using the specified parameters.

#[must_use]pub 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, 
[src]

Deletes the specified certificate.

#[must_use]pub 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, 
[src]

Deletes the connection between a replication instance and an endpoint.

#[must_use]pub 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, 
[src]

Deletes the specified endpoint.

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

#[must_use]pub 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, 
[src]

Deletes an AWS DMS event subscription.

#[must_use]pub 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, 
[src]

Deletes the specified replication instance.

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

#[must_use]pub 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, 
[src]

Deletes a subnet group.

#[must_use]pub 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, 
[src]

Deletes the specified replication task.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Provides a description of the certificate.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Returns information about the type of endpoints available.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

For internal use only

#[must_use]pub 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, 
[src]

Returns the status of the RefreshSchemas operation.

#[must_use]pub 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, 
[src]

Returns information about the task logs for the specified task.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

Returns information about the replication subnet groups.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

Returns information about the schema for the specified endpoint.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Uploads the specified certificate.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Modifies the specified endpoint.

#[must_use]pub 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, 
[src]

Modifies an existing AWS DMS event notification subscription.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Modifies the settings for the specified replication subnet group.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Reloads the target database table with the source data.

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Starts the replication task.

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

#[must_use]pub 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, 
[src]

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

#[must_use]pub 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, 
[src]

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.

#[must_use]pub 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, 
[src]

Stops the replication task.

#[must_use]pub 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, 
[src]

Tests the connection between the replication instance and the endpoint.

Loading content...

Implementors

impl DatabaseMigrationService for DatabaseMigrationServiceClient[src]

pub 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, 
[src]

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.

pub 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, 
[src]

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

pub 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, 
[src]

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.

pub 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, 
[src]

Creates an endpoint using the provided settings.

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

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

pub 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, 
[src]

Creates a replication task using the specified parameters.

pub 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, 
[src]

Deletes the specified certificate.

pub 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, 
[src]

Deletes the connection between a replication instance and an endpoint.

pub 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, 
[src]

Deletes the specified endpoint.

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

pub 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, 
[src]

Deletes an AWS DMS event subscription.

pub 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, 
[src]

Deletes the specified replication instance.

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

pub 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, 
[src]

Deletes a subnet group.

pub 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, 
[src]

Deletes the specified replication task.

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

Provides a description of the certificate.

pub 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, 
[src]

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.

pub 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, 
[src]

Returns information about the type of endpoints available.

pub 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, 
[src]

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

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

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

pub 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, 
[src]

For internal use only

pub 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, 
[src]

Returns the status of the RefreshSchemas operation.

pub 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, 
[src]

Returns information about the task logs for the specified task.

pub 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, 
[src]

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

pub 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, 
[src]

Returns information about the replication subnet groups.

pub 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, 
[src]

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

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

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

pub 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, 
[src]

Returns information about the schema for the specified endpoint.

pub 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, 
[src]

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.

pub 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, 
[src]

Uploads the specified certificate.

pub 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, 
[src]

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.

pub 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, 
[src]

Modifies the specified endpoint.

pub 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, 
[src]

Modifies an existing AWS DMS event notification subscription.

pub 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, 
[src]

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.

pub 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, 
[src]

Modifies the settings for the specified replication subnet group.

pub 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, 
[src]

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.

pub 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, 
[src]

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.

pub 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, 
[src]

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

pub 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, 
[src]

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.

pub 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, 
[src]

Reloads the target database table with the source data.

pub 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, 
[src]

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.

pub 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, 
[src]

Starts the replication task.

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

pub 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, 
[src]

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

pub 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, 
[src]

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.

pub 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, 
[src]

Stops the replication task.

pub 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, 
[src]

Tests the connection between the replication instance and the endpoint.

Loading content...