// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeStorage`](crate::operation::describe_storage::builders::DescribeStorageFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::describe_storage::builders::DescribeStorageFluentBuilder::send) it.
/// - On success, responds with [`DescribeStorageOutput`](crate::operation::describe_storage::DescribeStorageOutput) with field(s):
/// - [`total_backup_size_in_mega_bytes(f64)`](crate::operation::describe_storage::DescribeStorageOutput::total_backup_size_in_mega_bytes): <p>The total amount of storage currently used for snapshots.</p>
/// - [`total_provisioned_storage_in_mega_bytes(f64)`](crate::operation::describe_storage::DescribeStorageOutput::total_provisioned_storage_in_mega_bytes): <p>The total amount of storage currently provisioned.</p>
/// - On failure, responds with [`SdkError<DescribeStorageError>`](crate::operation::describe_storage::DescribeStorageError)
pub fn describe_storage(
&self,
) -> crate::operation::describe_storage::builders::DescribeStorageFluentBuilder {
crate::operation::describe_storage::builders::DescribeStorageFluentBuilder::new(
self.handle.clone(),
)
}
}