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 `contributor_insights_enabled` waiter.
4pub mod contributor_insights_enabled;
5
6/// Supporting types for the `export_completed` waiter.
7pub mod export_completed;
8
9/// Supporting types for the `import_completed` waiter.
10pub mod import_completed;
11
12/// Supporting types for the `kinesis_streaming_destination_active` waiter.
13pub mod kinesis_streaming_destination_active;
14
15/// Supporting types for the `table_exists` waiter.
16pub mod table_exists;
17
18/// Supporting types for the `table_not_exists` waiter.
19pub mod table_not_exists;
20
21#[allow(clippy::needless_lifetimes)]
22#[allow(clippy::let_and_return)]
23pub(crate) mod matchers;
24