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 [`DescribeCacheReport`](crate::operation::describe_cache_report::builders::DescribeCacheReportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cache_report_arn(impl Into<String>)`](crate::operation::describe_cache_report::builders::DescribeCacheReportFluentBuilder::cache_report_arn) / [`set_cache_report_arn(Option<String>)`](crate::operation::describe_cache_report::builders::DescribeCacheReportFluentBuilder::set_cache_report_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the cache report you want to describe.</p><br>
    /// - On success, responds with [`DescribeCacheReportOutput`](crate::operation::describe_cache_report::DescribeCacheReportOutput) with field(s):
    ///   - [`cache_report_info(Option<CacheReportInfo>)`](crate::operation::describe_cache_report::DescribeCacheReportOutput::cache_report_info): <p>Contains all informational fields associated with a cache report. Includes name, ARN, tags, status, progress, filters, start time, and end time.</p>
    /// - On failure, responds with [`SdkError<DescribeCacheReportError>`](crate::operation::describe_cache_report::DescribeCacheReportError)
    pub fn describe_cache_report(&self) -> crate::operation::describe_cache_report::builders::DescribeCacheReportFluentBuilder {
        crate::operation::describe_cache_report::builders::DescribeCacheReportFluentBuilder::new(self.handle.clone())
    }
}