aws_sdk_s3/waiters.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
/// Supporting types for the `bucket_exists` waiter.
pub mod bucket_exists;
/// Supporting types for the `bucket_not_exists` waiter.
pub mod bucket_not_exists;
/// Supporting types for the `object_exists` waiter.
pub mod object_exists;
/// Supporting types for the `object_not_exists` waiter.
pub mod object_not_exists;
#[allow(clippy::needless_lifetimes)]
#[allow(clippy::let_and_return)]
pub(crate) mod matchers;