aws_sdk_s3outposts/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateEndpoint` operation.
5pub mod create_endpoint;
6
7/// Types for the `DeleteEndpoint` operation.
8pub mod delete_endpoint;
9
10/// Types for the `ListEndpoints` operation.
11pub mod list_endpoints;
12
13/// Types for the `ListOutpostsWithS3` operation.
14pub mod list_outposts_with_s3;
15
16/// Types for the `ListSharedEndpoints` operation.
17pub mod list_shared_endpoints;