1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetLogDeliveryConfiguration`](crate::operation::get_log_delivery_configuration::builders::GetLogDeliveryConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`user_pool_id(impl Into<String>)`](crate::operation::get_log_delivery_configuration::builders::GetLogDeliveryConfigurationFluentBuilder::user_pool_id) / [`set_user_pool_id(Option<String>)`](crate::operation::get_log_delivery_configuration::builders::GetLogDeliveryConfigurationFluentBuilder::set_user_pool_id):<br>required: **true**<br><p>The ID of the user pool where you want to view detailed activity logging configuration.</p><br>
    /// - On success, responds with [`GetLogDeliveryConfigurationOutput`](crate::operation::get_log_delivery_configuration::GetLogDeliveryConfigurationOutput) with field(s):
    ///   - [`log_delivery_configuration(Option<LogDeliveryConfigurationType>)`](crate::operation::get_log_delivery_configuration::GetLogDeliveryConfigurationOutput::log_delivery_configuration): <p>The detailed activity logging configuration of the requested user pool.</p>
    /// - On failure, responds with [`SdkError<GetLogDeliveryConfigurationError>`](crate::operation::get_log_delivery_configuration::GetLogDeliveryConfigurationError)
    pub fn get_log_delivery_configuration(
        &self,
    ) -> crate::operation::get_log_delivery_configuration::builders::GetLogDeliveryConfigurationFluentBuilder {
        crate::operation::get_log_delivery_configuration::builders::GetLogDeliveryConfigurationFluentBuilder::new(self.handle.clone())
    }
}