aws_sdk_dsql/
waiters.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `cluster_active` waiter.
4pub mod cluster_active;
5
6/// Supporting types for the `cluster_not_exists` waiter.
7pub mod cluster_not_exists;
8
9#[allow(clippy::needless_lifetimes)]
10#[allow(clippy::let_and_return)]
11pub(crate) mod matchers;