aws-sdk-storagegateway 1.115.0

AWS SDK for AWS Storage Gateway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteCacheReport`](crate::operation::delete_cache_report::builders::DeleteCacheReportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cache_report_arn(impl Into<String>)`](crate::operation::delete_cache_report::builders::DeleteCacheReportFluentBuilder::cache_report_arn) / [`set_cache_report_arn(Option<String>)`](crate::operation::delete_cache_report::builders::DeleteCacheReportFluentBuilder::set_cache_report_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the cache report you want to delete.</p><br>
    /// - On success, responds with [`DeleteCacheReportOutput`](crate::operation::delete_cache_report::DeleteCacheReportOutput) with field(s):
    ///   - [`cache_report_arn(Option<String>)`](crate::operation::delete_cache_report::DeleteCacheReportOutput::cache_report_arn): <p>The Amazon Resource Name (ARN) of the cache report you want to delete.</p>
    /// - On failure, responds with [`SdkError<DeleteCacheReportError>`](crate::operation::delete_cache_report::DeleteCacheReportError)
    pub fn delete_cache_report(&self) -> crate::operation::delete_cache_report::builders::DeleteCacheReportFluentBuilder {
        crate::operation::delete_cache_report::builders::DeleteCacheReportFluentBuilder::new(self.handle.clone())
    }
}