Struct aws_sdk_databasemigration::client::Client[][src]

pub struct Client<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Client for AWS Database Migration Service

Client for invoking operations on AWS Database Migration Service. Each operation on AWS Database Migration Service is a method on this this struct. .send() MUST be invoked on the generated operations to dispatch the request to the service.

Examples

Constructing a client and invoking an operation

    // create a shared configuration. This can be used & shared between multiple service clients.
    let shared_config = aws_config::load_from_env().await;
    let client = aws_sdk_databasemigration::Client::new(&shared_config);
    // invoke an operation
    /* let rsp = client
        .<operationname>().
        .<param>("some value")
        .send().await; */

Constructing a client with custom configuration

use aws_config::RetryConfig;
    let shared_config = aws_config::load_from_env().await;
    let config = aws_sdk_databasemigration::config::Builder::from(&shared_config)
        .retry_config(RetryConfig::disabled())
        .build();
    let client = aws_sdk_databasemigration::Client::from_conf(config);

Implementations

Creates a client with the given service configuration.

Returns the client’s configuration.

Constructs a fluent builder for the AddTagsToResource operation.

See AddTagsToResource for more information about the operation and its arguments.

Constructs a fluent builder for the ApplyPendingMaintenanceAction operation.

See ApplyPendingMaintenanceAction for more information about the operation and its arguments.

Constructs a fluent builder for the CancelReplicationTaskAssessmentRun operation.

See CancelReplicationTaskAssessmentRun for more information about the operation and its arguments.

Constructs a fluent builder for the CreateEndpoint operation.

See CreateEndpoint for more information about the operation and its arguments.

Constructs a fluent builder for the CreateEventSubscription operation.

See CreateEventSubscription for more information about the operation and its arguments.

Constructs a fluent builder for the CreateReplicationInstance operation.

See CreateReplicationInstance for more information about the operation and its arguments.

Constructs a fluent builder for the CreateReplicationSubnetGroup operation.

See CreateReplicationSubnetGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateReplicationTask operation.

See CreateReplicationTask for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteCertificate operation.

See DeleteCertificate for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteConnection operation.

See DeleteConnection for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteEndpoint operation.

See DeleteEndpoint for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteEventSubscription operation.

See DeleteEventSubscription for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteReplicationInstance operation.

See DeleteReplicationInstance for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteReplicationSubnetGroup operation.

See DeleteReplicationSubnetGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteReplicationTask operation.

See DeleteReplicationTask for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteReplicationTaskAssessmentRun operation.

See DeleteReplicationTaskAssessmentRun for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeAccountAttributes operation.

See DescribeAccountAttributes for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeApplicableIndividualAssessments operation.

See DescribeApplicableIndividualAssessments for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeCertificates operation.

See DescribeCertificates for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeConnections operation.

See DescribeConnections for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEndpoints operation.

See DescribeEndpoints for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEndpointSettings operation.

See DescribeEndpointSettings for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEndpointTypes operation.

See DescribeEndpointTypes for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEventCategories operation.

See DescribeEventCategories for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEvents operation.

See DescribeEvents for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeEventSubscriptions operation.

See DescribeEventSubscriptions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeOrderableReplicationInstances operation.

See DescribeOrderableReplicationInstances for more information about the operation and its arguments.

Constructs a fluent builder for the DescribePendingMaintenanceActions operation.

See DescribePendingMaintenanceActions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeRefreshSchemasStatus operation.

See DescribeRefreshSchemasStatus for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationInstances operation.

See DescribeReplicationInstances for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationInstanceTaskLogs operation.

See DescribeReplicationInstanceTaskLogs for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationSubnetGroups operation.

See DescribeReplicationSubnetGroups for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationTaskAssessmentResults operation.

See DescribeReplicationTaskAssessmentResults for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationTaskAssessmentRuns operation.

See DescribeReplicationTaskAssessmentRuns for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationTaskIndividualAssessments operation.

See DescribeReplicationTaskIndividualAssessments for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeReplicationTasks operation.

See DescribeReplicationTasks for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeSchemas operation.

See DescribeSchemas for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeTableStatistics operation.

See DescribeTableStatistics for more information about the operation and its arguments.

Constructs a fluent builder for the ImportCertificate operation.

See ImportCertificate for more information about the operation and its arguments.

Constructs a fluent builder for the ListTagsForResource operation.

See ListTagsForResource for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyEndpoint operation.

See ModifyEndpoint for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyEventSubscription operation.

See ModifyEventSubscription for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyReplicationInstance operation.

See ModifyReplicationInstance for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyReplicationSubnetGroup operation.

See ModifyReplicationSubnetGroup for more information about the operation and its arguments.

Constructs a fluent builder for the ModifyReplicationTask operation.

See ModifyReplicationTask for more information about the operation and its arguments.

Constructs a fluent builder for the MoveReplicationTask operation.

See MoveReplicationTask for more information about the operation and its arguments.

Constructs a fluent builder for the RebootReplicationInstance operation.

See RebootReplicationInstance for more information about the operation and its arguments.

Constructs a fluent builder for the RefreshSchemas operation.

See RefreshSchemas for more information about the operation and its arguments.

Constructs a fluent builder for the ReloadTables operation.

See ReloadTables for more information about the operation and its arguments.

Constructs a fluent builder for the RemoveTagsFromResource operation.

See RemoveTagsFromResource for more information about the operation and its arguments.

Constructs a fluent builder for the StartReplicationTask operation.

See StartReplicationTask for more information about the operation and its arguments.

Constructs a fluent builder for the StartReplicationTaskAssessment operation.

See StartReplicationTaskAssessment for more information about the operation and its arguments.

Constructs a fluent builder for the StartReplicationTaskAssessmentRun operation.

See StartReplicationTaskAssessmentRun for more information about the operation and its arguments.

Constructs a fluent builder for the StopReplicationTask operation.

See StopReplicationTask for more information about the operation and its arguments.

Constructs a fluent builder for the TestConnection operation.

See TestConnection for more information about the operation and its arguments.

Creates a client with the given service config and connector override.

Creates a new client from a shared config.

Creates a new client from the service Config.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more