aws-sdk-backupstorage 1.30.0

AWS SDK for AWS Backup Storage
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `DeleteObject` operation.
pub mod delete_object;

/// Types for the `GetChunk` operation.
pub mod get_chunk;

/// Types for the `GetObjectMetadata` operation.
pub mod get_object_metadata;

/// Types for the `ListChunks` operation.
pub mod list_chunks;

/// Types for the `ListObjects` operation.
pub mod list_objects;

/// Types for the `NotifyObjectComplete` operation.
pub mod notify_object_complete;

/// Types for the `PutChunk` operation.
pub mod put_chunk;

/// Types for the `PutObject` operation.
pub mod put_object;

/// Types for the `StartObject` operation.
pub mod start_object;