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 [`DeleteCustomLogSource`](crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`source_name(impl Into<String>)`](crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder::source_name) / [`set_source_name(Option<String>)`](crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder::set_source_name):<br>required: **true**<br><p>The source name of custom log source that you want to delete.</p><br>
    ///   - [`source_version(impl Into<String>)`](crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder::source_version) / [`set_source_version(Option<String>)`](crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder::set_source_version):<br>required: **false**<br><p>The source version for the third-party custom source. You can limit the custom source removal to the specified source version.</p><br>
    /// - On success, responds with [`DeleteCustomLogSourceOutput`](crate::operation::delete_custom_log_source::DeleteCustomLogSourceOutput)
    /// - On failure, responds with [`SdkError<DeleteCustomLogSourceError>`](crate::operation::delete_custom_log_source::DeleteCustomLogSourceError)
    pub fn delete_custom_log_source(&self) -> crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder {
        crate::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder::new(self.handle.clone())
    }
}