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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEventLogConfiguration`](crate::operation::delete_event_log_configuration::builders::DeleteEventLogConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_event_log_configuration::builders::DeleteEventLogConfigurationFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_event_log_configuration::builders::DeleteEventLogConfigurationFluentBuilder::set_id):<br>required: **true**<br><p>The identifier of the event log configuration.</p><br>
    /// - On success, responds with [`DeleteEventLogConfigurationOutput`](crate::operation::delete_event_log_configuration::DeleteEventLogConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteEventLogConfigurationError>`](crate::operation::delete_event_log_configuration::DeleteEventLogConfigurationError)
    pub fn delete_event_log_configuration(
        &self,
    ) -> crate::operation::delete_event_log_configuration::builders::DeleteEventLogConfigurationFluentBuilder {
        crate::operation::delete_event_log_configuration::builders::DeleteEventLogConfigurationFluentBuilder::new(self.handle.clone())
    }
}