Skip to main content

rustack_s3_model/input/
mod.rs

1//! Auto-generated from AWS S3 Smithy model. DO NOT EDIT.
2
3mod bucket;
4mod config;
5mod list;
6mod multipart;
7mod object;
8
9pub use bucket::*;
10pub use config::*;
11pub use list::*;
12pub use multipart::*;
13pub use object::*;