aws_sdk_databasemigration/
waiters.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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;