aws_sdk_s3/
waiters.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `bucket_exists` waiter.
4pub mod bucket_exists;
5
6/// Supporting types for the `bucket_not_exists` waiter.
7pub mod bucket_not_exists;
8
9/// Supporting types for the `object_exists` waiter.
10pub mod object_exists;
11
12/// Supporting types for the `object_not_exists` waiter.
13pub mod object_not_exists;
14
15#[allow(clippy::needless_lifetimes)]
16#[allow(clippy::let_and_return)]
17pub(crate) mod matchers;