aws_sdk_databasemigration/waiters.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
/// Supporting types for the `endpoint_deleted` waiter.
pub mod endpoint_deleted;
/// Supporting types for the `replication_instance_available` waiter.
pub mod replication_instance_available;
/// Supporting types for the `replication_instance_deleted` waiter.
pub mod replication_instance_deleted;
/// Supporting types for the `replication_task_deleted` waiter.
pub mod replication_task_deleted;
/// Supporting types for the `replication_task_ready` waiter.
pub mod replication_task_ready;
/// Supporting types for the `replication_task_running` waiter.
pub mod replication_task_running;
/// Supporting types for the `replication_task_stopped` waiter.
pub mod replication_task_stopped;
/// Supporting types for the `test_connection_succeeds` waiter.
pub mod test_connection_succeeds;
#[allow(clippy::needless_lifetimes)]
#[allow(clippy::let_and_return)]
pub(crate) mod matchers;