aws_sdk_databasemigration/waiters.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `endpoint_deleted` waiter.
4pub mod endpoint_deleted;
5
6/// Supporting types for the `replication_instance_available` waiter.
7pub mod replication_instance_available;
8
9/// Supporting types for the `replication_instance_deleted` waiter.
10pub mod replication_instance_deleted;
11
12/// Supporting types for the `replication_task_deleted` waiter.
13pub mod replication_task_deleted;
14
15/// Supporting types for the `replication_task_ready` waiter.
16pub mod replication_task_ready;
17
18/// Supporting types for the `replication_task_running` waiter.
19pub mod replication_task_running;
20
21/// Supporting types for the `replication_task_stopped` waiter.
22pub mod replication_task_stopped;
23
24/// Supporting types for the `test_connection_succeeds` waiter.
25pub mod test_connection_succeeds;
26
27#[allow(clippy::needless_lifetimes)]
28#[allow(clippy::let_and_return)]
29pub(crate) mod matchers;