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
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
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.
pub fn cancel_replication_task_assessment_run(
&self
) -> CancelReplicationTaskAssessmentRun<C, M, R>
pub fn cancel_replication_task_assessment_run(
&self
) -> CancelReplicationTaskAssessmentRun<C, M, R>
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.
pub fn delete_replication_task_assessment_run(
&self
) -> DeleteReplicationTaskAssessmentRun<C, M, R>
pub fn delete_replication_task_assessment_run(
&self
) -> DeleteReplicationTaskAssessmentRun<C, M, R>
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.
pub fn describe_applicable_individual_assessments(
&self
) -> DescribeApplicableIndividualAssessments<C, M, R>
pub fn describe_applicable_individual_assessments(
&self
) -> DescribeApplicableIndividualAssessments<C, M, R>
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.
pub fn describe_orderable_replication_instances(
&self
) -> DescribeOrderableReplicationInstances<C, M, R>
pub fn describe_orderable_replication_instances(
&self
) -> DescribeOrderableReplicationInstances<C, M, R>
Constructs a fluent builder for the DescribeOrderableReplicationInstances
operation.
See DescribeOrderableReplicationInstances
for more information about the
operation and its arguments.
pub fn describe_pending_maintenance_actions(
&self
) -> DescribePendingMaintenanceActions<C, M, R>
pub fn describe_pending_maintenance_actions(
&self
) -> DescribePendingMaintenanceActions<C, M, R>
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.
pub fn describe_replication_instance_task_logs(
&self
) -> DescribeReplicationInstanceTaskLogs<C, M, R>
pub fn describe_replication_instance_task_logs(
&self
) -> DescribeReplicationInstanceTaskLogs<C, M, R>
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.
pub fn describe_replication_task_assessment_results(
&self
) -> DescribeReplicationTaskAssessmentResults<C, M, R>
pub fn describe_replication_task_assessment_results(
&self
) -> DescribeReplicationTaskAssessmentResults<C, M, R>
Constructs a fluent builder for the DescribeReplicationTaskAssessmentResults
operation.
See DescribeReplicationTaskAssessmentResults
for more information about the
operation and its arguments.
pub fn describe_replication_task_assessment_runs(
&self
) -> DescribeReplicationTaskAssessmentRuns<C, M, R>
pub fn describe_replication_task_assessment_runs(
&self
) -> DescribeReplicationTaskAssessmentRuns<C, M, R>
Constructs a fluent builder for the DescribeReplicationTaskAssessmentRuns
operation.
See DescribeReplicationTaskAssessmentRuns
for more information about the
operation and its arguments.
pub fn describe_replication_task_individual_assessments(
&self
) -> DescribeReplicationTaskIndividualAssessments<C, M, R>
pub fn describe_replication_task_individual_assessments(
&self
) -> DescribeReplicationTaskIndividualAssessments<C, M, R>
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.
pub fn start_replication_task_assessment_run(
&self
) -> StartReplicationTaskAssessmentRun<C, M, R>
pub fn start_replication_task_assessment_run(
&self
) -> StartReplicationTaskAssessmentRun<C, M, R>
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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for Client<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for Client<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
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