aws_sdk_elasticache/waiters.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `cache_cluster_available` waiter.
4pub mod cache_cluster_available;
5
6/// Supporting types for the `cache_cluster_deleted` waiter.
7pub mod cache_cluster_deleted;
8
9/// Supporting types for the `replication_group_available` waiter.
10pub mod replication_group_available;
11
12/// Supporting types for the `replication_group_deleted` waiter.
13pub mod replication_group_deleted;
14
15#[allow(clippy::needless_lifetimes)]
16#[allow(clippy::let_and_return)]
17pub(crate) mod matchers;