1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetWirelessGatewayStatistics`](crate::operation::get_wireless_gateway_statistics::builders::GetWirelessGatewayStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`wireless_gateway_id(impl Into<String>)`](crate::operation::get_wireless_gateway_statistics::builders::GetWirelessGatewayStatisticsFluentBuilder::wireless_gateway_id) / [`set_wireless_gateway_id(Option<String>)`](crate::operation::get_wireless_gateway_statistics::builders::GetWirelessGatewayStatisticsFluentBuilder::set_wireless_gateway_id):<br>required: **true**<br><p>The ID of the wireless gateway for which to get the data.</p><br>
    /// - On success, responds with [`GetWirelessGatewayStatisticsOutput`](crate::operation::get_wireless_gateway_statistics::GetWirelessGatewayStatisticsOutput) with field(s):
    ///   - [`wireless_gateway_id(Option<String>)`](crate::operation::get_wireless_gateway_statistics::GetWirelessGatewayStatisticsOutput::wireless_gateway_id): <p>The ID of the wireless gateway.</p>
    ///   - [`last_uplink_received_at(Option<String>)`](crate::operation::get_wireless_gateway_statistics::GetWirelessGatewayStatisticsOutput::last_uplink_received_at): <p>The date and time when the most recent uplink was received.</p><note>  <p>This value is only valid for 3 months.</p> </note>
    ///   - [`connection_status(Option<ConnectionStatus>)`](crate::operation::get_wireless_gateway_statistics::GetWirelessGatewayStatisticsOutput::connection_status): <p>The connection status of the wireless gateway.</p>
    /// - On failure, responds with [`SdkError<GetWirelessGatewayStatisticsError>`](crate::operation::get_wireless_gateway_statistics::GetWirelessGatewayStatisticsError)
    pub fn get_wireless_gateway_statistics(
        &self,
    ) -> crate::operation::get_wireless_gateway_statistics::builders::GetWirelessGatewayStatisticsFluentBuilder {
        crate::operation::get_wireless_gateway_statistics::builders::GetWirelessGatewayStatisticsFluentBuilder::new(self.handle.clone())
    }
}