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 [`DescribeAttackStatistics`](crate::operation::describe_attack_statistics::builders::DescribeAttackStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_attack_statistics::builders::DescribeAttackStatisticsFluentBuilder::send) it.
    /// - On success, responds with [`DescribeAttackStatisticsOutput`](crate::operation::describe_attack_statistics::DescribeAttackStatisticsOutput) with field(s):
    ///   - [`time_range(Option<TimeRange>)`](crate::operation::describe_attack_statistics::DescribeAttackStatisticsOutput::time_range): <p>The time range of the attack.</p>
    ///   - [`data_items(Option<Vec<AttackStatisticsDataItem>>)`](crate::operation::describe_attack_statistics::DescribeAttackStatisticsOutput::data_items): <p>The data that describes the attacks detected during the time period.</p>
    /// - On failure, responds with [`SdkError<DescribeAttackStatisticsError>`](crate::operation::describe_attack_statistics::DescribeAttackStatisticsError)
    pub fn describe_attack_statistics(&self) -> crate::operation::describe_attack_statistics::builders::DescribeAttackStatisticsFluentBuilder {
        crate::operation::describe_attack_statistics::builders::DescribeAttackStatisticsFluentBuilder::new(self.handle.clone())
    }
}