aws_sdk_s3outposts/
types.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::_endpoint::Endpoint;
3
4pub use crate::types::_failed_reason::FailedReason;
5
6pub use crate::types::_endpoint_access_type::EndpointAccessType;
7
8pub use crate::types::_network_interface::NetworkInterface;
9
10pub use crate::types::_endpoint_status::EndpointStatus;
11
12pub use crate::types::_outpost::Outpost;
13
14mod _endpoint;
15
16mod _endpoint_access_type;
17
18mod _endpoint_status;
19
20mod _failed_reason;
21
22mod _network_interface;
23
24mod _outpost;
25
26/// Builders
27pub mod builders;
28
29/// Error types that Amazon S3 on Outposts can respond with.
30pub mod error;