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