1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetSendStatistics`](crate::operation::get_send_statistics::builders::GetSendStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_send_statistics::builders::GetSendStatisticsFluentBuilder::send) it.
    /// - On success, responds with [`GetSendStatisticsOutput`](crate::operation::get_send_statistics::GetSendStatisticsOutput) with field(s):
    ///   - [`send_data_points(Option<Vec::<SendDataPoint>>)`](crate::operation::get_send_statistics::GetSendStatisticsOutput::send_data_points): <p>A list of data points, each of which represents 15 minutes of activity.</p>
    /// - On failure, responds with [`SdkError<GetSendStatisticsError>`](crate::operation::get_send_statistics::GetSendStatisticsError)
    pub fn get_send_statistics(&self) -> crate::operation::get_send_statistics::builders::GetSendStatisticsFluentBuilder {
        crate::operation::get_send_statistics::builders::GetSendStatisticsFluentBuilder::new(self.handle.clone())
    }
}