aws_sdk_backupstorage/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 `DeleteObject` operation.
5pub mod delete_object;
6
7/// Types for the `GetChunk` operation.
8pub mod get_chunk;
9
10/// Types for the `GetObjectMetadata` operation.
11pub mod get_object_metadata;
12
13/// Types for the `ListChunks` operation.
14pub mod list_chunks;
15
16/// Types for the `ListObjects` operation.
17pub mod list_objects;
18
19/// Types for the `NotifyObjectComplete` operation.
20pub mod notify_object_complete;
21
22/// Types for the `PutChunk` operation.
23pub mod put_chunk;
24
25/// Types for the `PutObject` operation.
26pub mod put_object;
27
28/// Types for the `StartObject` operation.
29pub mod start_object;