aws_sdk_redshift/waiters.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
/// Supporting types for the `cluster_available` waiter.
pub mod cluster_available;
/// Supporting types for the `cluster_deleted` waiter.
pub mod cluster_deleted;
/// Supporting types for the `cluster_restored` waiter.
pub mod cluster_restored;
/// Supporting types for the `snapshot_available` waiter.
pub mod snapshot_available;
#[allow(clippy::needless_lifetimes)]
#[allow(clippy::let_and_return)]
pub(crate) mod matchers;