[][src]Struct rusoto_dms::DatabaseMigrationServiceClient

pub struct DatabaseMigrationServiceClient { /* fields omitted */ }

A client for the AWS Database Migration Service API.

Methods

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,
    P::Future: Send,
    D: DispatchSignedRequest + Send + Sync + 'static,
    D::Future: Send
[src]

Trait Implementations

impl DatabaseMigrationService for DatabaseMigrationServiceClient[src]

fn add_tags_to_resource(
    &self,
    input: AddTagsToResourceMessage
) -> RusotoFuture<AddTagsToResourceResponse, AddTagsToResourceError>
[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.

fn create_endpoint(
    &self,
    input: CreateEndpointMessage
) -> RusotoFuture<CreateEndpointResponse, CreateEndpointError>
[src]

Creates an endpoint using the provided settings.

fn create_event_subscription(
    &self,
    input: CreateEventSubscriptionMessage
) -> RusotoFuture<CreateEventSubscriptionResponse, CreateEventSubscriptionError>
[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.

fn create_replication_instance(
    &self,
    input: CreateReplicationInstanceMessage
) -> RusotoFuture<CreateReplicationInstanceResponse, CreateReplicationInstanceError>
[src]

Creates the replication instance using the specified parameters.

fn create_replication_subnet_group(
    &self,
    input: CreateReplicationSubnetGroupMessage
) -> RusotoFuture<CreateReplicationSubnetGroupResponse, CreateReplicationSubnetGroupError>
[src]

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

fn create_replication_task(
    &self,
    input: CreateReplicationTaskMessage
) -> RusotoFuture<CreateReplicationTaskResponse, CreateReplicationTaskError>
[src]

Creates a replication task using the specified parameters.

fn delete_certificate(
    &self,
    input: DeleteCertificateMessage
) -> RusotoFuture<DeleteCertificateResponse, DeleteCertificateError>
[src]

Deletes the specified certificate.

fn delete_endpoint(
    &self,
    input: DeleteEndpointMessage
) -> RusotoFuture<DeleteEndpointResponse, DeleteEndpointError>
[src]

Deletes the specified endpoint.

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

fn delete_event_subscription(
    &self,
    input: DeleteEventSubscriptionMessage
) -> RusotoFuture<DeleteEventSubscriptionResponse, DeleteEventSubscriptionError>
[src]

Deletes an AWS DMS event subscription.

fn delete_replication_instance(
    &self,
    input: DeleteReplicationInstanceMessage
) -> RusotoFuture<DeleteReplicationInstanceResponse, DeleteReplicationInstanceError>
[src]

Deletes the specified replication instance.

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

fn delete_replication_subnet_group(
    &self,
    input: DeleteReplicationSubnetGroupMessage
) -> RusotoFuture<DeleteReplicationSubnetGroupResponse, DeleteReplicationSubnetGroupError>
[src]

Deletes a subnet group.

fn delete_replication_task(
    &self,
    input: DeleteReplicationTaskMessage
) -> RusotoFuture<DeleteReplicationTaskResponse, DeleteReplicationTaskError>
[src]

Deletes the specified replication task.

fn describe_account_attributes(
    &self
) -> RusotoFuture<DescribeAccountAttributesResponse, DescribeAccountAttributesError>
[src]

Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command does not take any parameters.

fn describe_certificates(
    &self,
    input: DescribeCertificatesMessage
) -> RusotoFuture<DescribeCertificatesResponse, DescribeCertificatesError>
[src]

Provides a description of the certificate.

fn describe_connections(
    &self,
    input: DescribeConnectionsMessage
) -> RusotoFuture<DescribeConnectionsResponse, DescribeConnectionsError>
[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.

fn describe_endpoint_types(
    &self,
    input: DescribeEndpointTypesMessage
) -> RusotoFuture<DescribeEndpointTypesResponse, DescribeEndpointTypesError>
[src]

Returns information about the type of endpoints available.

fn describe_endpoints(
    &self,
    input: DescribeEndpointsMessage
) -> RusotoFuture<DescribeEndpointsResponse, DescribeEndpointsError>
[src]

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

fn describe_event_categories(
    &self,
    input: DescribeEventCategoriesMessage
) -> RusotoFuture<DescribeEventCategoriesResponse, DescribeEventCategoriesError>
[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.

fn describe_event_subscriptions(
    &self,
    input: DescribeEventSubscriptionsMessage
) -> RusotoFuture<DescribeEventSubscriptionsResponse, DescribeEventSubscriptionsError>
[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.

fn describe_events(
    &self,
    input: DescribeEventsMessage
) -> RusotoFuture<DescribeEventsResponse, DescribeEventsError>
[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.

fn describe_orderable_replication_instances(
    &self,
    input: DescribeOrderableReplicationInstancesMessage
) -> RusotoFuture<DescribeOrderableReplicationInstancesResponse, DescribeOrderableReplicationInstancesError>
[src]

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

fn describe_refresh_schemas_status(
    &self,
    input: DescribeRefreshSchemasStatusMessage
) -> RusotoFuture<DescribeRefreshSchemasStatusResponse, DescribeRefreshSchemasStatusError>
[src]

Returns the status of the RefreshSchemas operation.

fn describe_replication_instance_task_logs(
    &self,
    input: DescribeReplicationInstanceTaskLogsMessage
) -> RusotoFuture<DescribeReplicationInstanceTaskLogsResponse, DescribeReplicationInstanceTaskLogsError>
[src]

Returns information about the task logs for the specified task.

fn describe_replication_instances(
    &self,
    input: DescribeReplicationInstancesMessage
) -> RusotoFuture<DescribeReplicationInstancesResponse, DescribeReplicationInstancesError>
[src]

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

fn describe_replication_subnet_groups(
    &self,
    input: DescribeReplicationSubnetGroupsMessage
) -> RusotoFuture<DescribeReplicationSubnetGroupsResponse, DescribeReplicationSubnetGroupsError>
[src]

Returns information about the replication subnet groups.

fn describe_replication_task_assessment_results(
    &self,
    input: DescribeReplicationTaskAssessmentResultsMessage
) -> RusotoFuture<DescribeReplicationTaskAssessmentResultsResponse, DescribeReplicationTaskAssessmentResultsError>
[src]

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

fn describe_replication_tasks(
    &self,
    input: DescribeReplicationTasksMessage
) -> RusotoFuture<DescribeReplicationTasksResponse, DescribeReplicationTasksError>
[src]

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

fn describe_schemas(
    &self,
    input: DescribeSchemasMessage
) -> RusotoFuture<DescribeSchemasResponse, DescribeSchemasError>
[src]

Returns information about the schema for the specified endpoint.

fn describe_table_statistics(
    &self,
    input: DescribeTableStatisticsMessage
) -> RusotoFuture<DescribeTableStatisticsResponse, DescribeTableStatisticsError>
[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.

fn import_certificate(
    &self,
    input: ImportCertificateMessage
) -> RusotoFuture<ImportCertificateResponse, ImportCertificateError>
[src]

Uploads the specified certificate.

fn list_tags_for_resource(
    &self,
    input: ListTagsForResourceMessage
) -> RusotoFuture<ListTagsForResourceResponse, ListTagsForResourceError>
[src]

Lists all tags for an AWS DMS resource.

fn modify_endpoint(
    &self,
    input: ModifyEndpointMessage
) -> RusotoFuture<ModifyEndpointResponse, ModifyEndpointError>
[src]

Modifies the specified endpoint.

fn modify_event_subscription(
    &self,
    input: ModifyEventSubscriptionMessage
) -> RusotoFuture<ModifyEventSubscriptionResponse, ModifyEventSubscriptionError>
[src]

Modifies an existing AWS DMS event notification subscription.

fn modify_replication_instance(
    &self,
    input: ModifyReplicationInstanceMessage
) -> RusotoFuture<ModifyReplicationInstanceResponse, ModifyReplicationInstanceError>
[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.

fn modify_replication_subnet_group(
    &self,
    input: ModifyReplicationSubnetGroupMessage
) -> RusotoFuture<ModifyReplicationSubnetGroupResponse, ModifyReplicationSubnetGroupError>
[src]

Modifies the settings for the specified replication subnet group.

fn modify_replication_task(
    &self,
    input: ModifyReplicationTaskMessage
) -> RusotoFuture<ModifyReplicationTaskResponse, ModifyReplicationTaskError>
[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.

fn reboot_replication_instance(
    &self,
    input: RebootReplicationInstanceMessage
) -> RusotoFuture<RebootReplicationInstanceResponse, RebootReplicationInstanceError>
[src]

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

fn refresh_schemas(
    &self,
    input: RefreshSchemasMessage
) -> RusotoFuture<RefreshSchemasResponse, RefreshSchemasError>
[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.

fn reload_tables(
    &self,
    input: ReloadTablesMessage
) -> RusotoFuture<ReloadTablesResponse, ReloadTablesError>
[src]

Reloads the target database table with the source data.

fn remove_tags_from_resource(
    &self,
    input: RemoveTagsFromResourceMessage
) -> RusotoFuture<RemoveTagsFromResourceResponse, RemoveTagsFromResourceError>
[src]

Removes metadata tags from a DMS resource.

fn start_replication_task(
    &self,
    input: StartReplicationTaskMessage
) -> RusotoFuture<StartReplicationTaskResponse, StartReplicationTaskError>
[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.

fn start_replication_task_assessment(
    &self,
    input: StartReplicationTaskAssessmentMessage
) -> RusotoFuture<StartReplicationTaskAssessmentResponse, StartReplicationTaskAssessmentError>
[src]

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

fn stop_replication_task(
    &self,
    input: StopReplicationTaskMessage
) -> RusotoFuture<StopReplicationTaskResponse, StopReplicationTaskError>
[src]

Stops the replication task.

fn test_connection(
    &self,
    input: TestConnectionMessage
) -> RusotoFuture<TestConnectionResponse, TestConnectionError>
[src]

Tests the connection between the replication instance and the endpoint.

impl Clone for DatabaseMigrationServiceClient[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self