aws-sdk-iotmanagedintegrations 1.42.0

AWS SDK for Managed integrations for AWS IoT Device Management
Documentation
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 [`UpdateEventLogConfiguration`](crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder::set_id):<br>required: **true**<br><p>The log configuration id.</p><br>
    ///   - [`event_log_level(LogLevel)`](crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder::event_log_level) / [`set_event_log_level(Option<LogLevel>)`](crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder::set_event_log_level):<br>required: **true**<br><p>The log level for the event in terms of severity.</p><br>
    /// - On success, responds with [`UpdateEventLogConfigurationOutput`](crate::operation::update_event_log_configuration::UpdateEventLogConfigurationOutput)
    /// - On failure, responds with [`SdkError<UpdateEventLogConfigurationError>`](crate::operation::update_event_log_configuration::UpdateEventLogConfigurationError)
    pub fn update_event_log_configuration(
        &self,
    ) -> crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder {
        crate::operation::update_event_log_configuration::builders::UpdateEventLogConfigurationFluentBuilder::new(self.handle.clone())
    }
}