aws_sdk_ebs/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 `CompleteSnapshot` operation.
5pub mod complete_snapshot;
6
7/// Types for the `GetSnapshotBlock` operation.
8pub mod get_snapshot_block;
9
10/// Types for the `ListChangedBlocks` operation.
11pub mod list_changed_blocks;
12
13/// Types for the `ListSnapshotBlocks` operation.
14pub mod list_snapshot_blocks;
15
16/// Types for the `PutSnapshotBlock` operation.
17pub mod put_snapshot_block;
18
19/// Types for the `StartSnapshot` operation.
20pub mod start_snapshot;