[][src]Struct rusoto_dms::DatabaseMigrationServiceClient

pub struct DatabaseMigrationServiceClient { /* fields omitted */ }

A client for the AWS Database Migration Service API.

Implementations

impl DatabaseMigrationServiceClient[src]

pub fn new(region: Region) -> DatabaseMigrationServiceClient[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> DatabaseMigrationServiceClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    D: DispatchSignedRequest + Send + Sync + 'static, 
[src]

pub fn new_with_client(
    client: Client,
    region: Region
) -> DatabaseMigrationServiceClient
[src]

Trait Implementations

impl Clone for DatabaseMigrationServiceClient[src]

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.

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 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 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_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_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 tags for an AWS DMS resource.

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 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 a DMS resource.

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 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.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.