aws-sdk-wickr 1.12.0

AWS SDK for AWS Wickr Admin API
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 [`GetGuestUserHistoryCount`](crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`network_id(impl Into<String>)`](crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder::network_id) / [`set_network_id(Option<String>)`](crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder::set_network_id):<br>required: **true**<br><p>The ID of the Wickr network for which to retrieve guest user history.</p><br>
    /// - On success, responds with [`GetGuestUserHistoryCountOutput`](crate::operation::get_guest_user_history_count::GetGuestUserHistoryCountOutput) with field(s):
    ///   - [`history(Vec::<GuestUserHistoryCount>)`](crate::operation::get_guest_user_history_count::GetGuestUserHistoryCountOutput::history): <p>A list of historical guest user counts, organized by month and billing period.</p>
    /// - On failure, responds with [`SdkError<GetGuestUserHistoryCountError>`](crate::operation::get_guest_user_history_count::GetGuestUserHistoryCountError)
    pub fn get_guest_user_history_count(&self) -> crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder {
        crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder::new(self.handle.clone())
    }
}