aws_sdk_wickr/client/get_guest_user_history_count.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`GetGuestUserHistoryCount`](crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`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>
7 /// - On success, responds with [`GetGuestUserHistoryCountOutput`](crate::operation::get_guest_user_history_count::GetGuestUserHistoryCountOutput) with field(s):
8 /// - [`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>
9 /// - On failure, responds with [`SdkError<GetGuestUserHistoryCountError>`](crate::operation::get_guest_user_history_count::GetGuestUserHistoryCountError)
10 pub fn get_guest_user_history_count(&self) -> crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder {
11 crate::operation::get_guest_user_history_count::builders::GetGuestUserHistoryCountFluentBuilder::new(self.handle.clone())
12 }
13}